Common Catenary Examples

There are two general classes of problems. The first class has two attachment points that are of equal height and the second class has uneven attachment points. The same types of questions arise from both, but the method of solution varies slightly.

  1. Given two poles that are $2x$ meters apart, find the cable length that permits a certain amount of sag, $h.$ The cable weight is $\omega_{0}$ with units of kg/meter. This problem assumes that kilograms are a weight, not a mass and it assumes a non-extensible cable. For class 1, the attachment points are at the same level. For class two, the difference in attachment height will have to be given.

  2. Use $x$ meters of cable between poles and equal height attachment points. For a cable weighing $\omega_{0}$ kg/m, and permitting $h$ meters of sag in the middle, how far apart must the poles be placed?

  3. If a defined length of cable is suspended between poles that are a defined distance apart, how much sag can be expected? How does the tension change with cable weight?

  4. Between two attachment points of unequal height, set the attachment heights so that the sag, $h,$ is centered over a specific spot between the poles. You are given $\omega_{0}$ as well as the upper attachment height, the minimum distance above ground at the lowest sag point, and the desired placement of the lower pole.

Using the Catenary Data

Catenary_equal_height.png
Figure 1: Simple catenary with equal height attachment points. The sag is $h$. The $a$ value is the distance from the minimum sag point to the origin. $s$ is the curve length from $C$ to $A.$ $A$ is the attachment point on a pole.

Let's start by supposing that we know all of the information in the drawing.

Now suppose we also know that the cable weight is $874.1$ pounds per $1000$ feet, and that its rated breaking strength is $25200$ lbs. How do we calculate the tension at point $A,$ and decide if we are close or far away from the breaking strength? $$T_{0}=\omega_{0}a$$ If a is in feet, then $\omega_{0}=\text{0.874.1 }$ lbs/ft, and $T_{0}$ can be calculated. The curve is given by the equation $f(x)=a\cosh\left(\frac{x}{a}\right).$ Its derivative is $$f^{\prime}(x)=\tan(\theta)=\sinh\left(\frac{x}{a}\right)$$ therefore, $$\theta=\tan^{-1}\left(\sinh\left(\frac{x}{a}\right)\right)$$


Sometimes, a line tension and distance between poles is specified and it is asked to predict sag. When given as a single tension number, the usual intent is that it is $T_{0}$ or an average of $T$ and $T_0$ which is given, even if it is just stated as tension. Since $T_{0}=\omega_{0}a,$ and $\omega_{0}$ is a property of the cable, we have effectively been given $a.$ Remember, at low angles, $T_0\approx T$. We caculate sag as $$h=a\cosh\left(\frac{x}{a}\right)-a$$ $$s=a\sinh\left(\frac{x}{a}\right)$$ $$\theta=\tan^{-1}\left(\sinh\left(\frac{x}{a}\right)\right)$$ So tension at the pole is $$T=\frac{T_{0}}{\cos\theta}=\frac{\omega_{0}s}{\sin(\theta)}$$

Class 1 Problems - Equal height attachments

This class makes use of the two equations that we have derived. $$\frac{s}{a}=\sinh\left(\frac{x}{a}\right) \tag{1} \label{1}$$ and $$y=a\cosh\left(\frac{x}{a}\right) \tag{2} \label{2}$$ To accomodate the sag, $h,$ which was not a part of any derivation, we can subtract $a$ from the right side of $\eqref{2}.$ Since $a$ is the distance from the graph origin $(0,0)$ up to the lowest sag point, subtracting it away will put the origin coincidental to the lowest sag point. Next we can let $x$ be the distance from the origin to the base of the pole and we get $$h=a\cosh\left(\frac{x}{a}\right)-a \tag{3} \label{3}$$ If $x$ and $h$ are given, we can solve for $a$, probably using Newton's method. With $a$ in hand, we use $\eqref{1}$ to get $s$.

If $s$ and $h$ are given, we will need some algebra to solve for $x.$ Rearrange $\eqref{3}$ $$\cosh\left(\frac{x}{a}\right)=\frac{h+a}{a}.\tag{4} \label{4}$$ We will use the trig identity $\cosh^{2}(\phi)-\sinh^{2}(\phi)=1.$ So square equations $\eqref{1}$ and $\eqref{4}$, then we see $$\left(\frac{h+a}{a}\right)^{2}-\left(\frac{s}{a}\right)^{2}=1.$$ $$a=\frac{s^{2}-h^{2}}{2h}$$ Then from $\eqref{1}$ $$\sinh^{-1}\left(\frac{s}{a}\right)=\frac{x}{a}$$ and $$x=a\sinh^{-1}\left(\frac{s}{a}\right).$$

Exercise: Given that $100$ meters of wire will run between two poles, we are told to hang it at a height of $30$ meters above ground. It is assumed that the wire will sag and the height above ground at the lowest point should be $27$ meters. How far apart should the poles be placed?

Class 2 Problems - Unequal Pole Height

2height_drawing.png
Figure 3: Labels for attachments of unequal height. $h_{1}$ is the sag amount measured vertically from attachment $A$ to $C.$ $h_{2}$ is the vertical distance from $B$ to $C.$ $x_{1}$ and $x_{2}$ are the horizontal distances from the base of the attachments to point $C.$ $s_{1}$ and $s_{2}$ are the respective cable lengths.

We need to address this with some additional theory to go with the foundation we have established. Although the center point is no longer in the middle, we otherwise just have two sets of the equations we previously derived. Actually, we now have at least six equations and may only need five. $$a\sinh\left(\frac{x_{1}}{a}\right)=s_{1} \tag{2-1} \label{2-1}$$ $$a\sinh\left(\frac{x_{2}}{a}\right)=s_{2} \tag{2-2} \label{2-2}$$ $$x_{1}+x_{2}=\text{distance between poles } \tag{2-3} \label{2-3}$$ $$s_{1}+s_{2}=\text{cable length between poles} \tag{2-4} \label{2-4}$$ $$h_{1}=a\cosh\left(\frac{x_{1}}{a}\right)-a \tag{2-5} \label{2-5}$$ $$h_{2}=a\cosh\left(\frac{x_{2}}{a}\right)-a \tag{2-6} \label{2-6}$$

Game Plan 1: Given the total horizontal distance between poles, the vertical attachment points, and the maximum sag, find the distances $x_{1}$ and $x_{2}$ and the cable length, $s_{1}+s_{2}.$

  1. Construct a drawing and list the equations to be used. In this case, we will use all but $\eqref{2-4}$.
  2. Use the two $\cosh$ equations to solve for $x_{1}$ and $x_{2}$ as variables. $$x_{1}=a\cosh^{-1}\left(\frac{h_{1}}{a}+1\right) \tag{2-7} \label{2-7}$$ $$x_{2}=a\cosh^{-1}\left(\frac{h_{2}}{a}+1\right) \tag{2-8} \label{2-8}$$
  3. Solve for $a$ using $x_{1}+x_{2}=d$ where $d$ is the given total distance. Probably use Newton's method. $$f(a)=d-x_{1}-x_{2}$$ $$f(a)=-a\cosh^{-1}\left(\frac{h_{1}}{a}+1\right)-a\cosh^{-1}\left(\frac{h_{2}}{a}+1\right)+d$$ $$f^{\prime}(a)=\frac{h_{1}}{a\sqrt{\frac{h_{1}}{a}+2}\cdot\sqrt{\frac{h_{1}}{a}}}+\frac{h_{2}}{a\sqrt{\frac{h_{2}}{a}+2}\cdot\sqrt{\frac{h_{2}}{a}}}-\cosh^{-1}\left(\frac{h_{1}}{a}+1\right)-\cosh^{-1}\left(\frac{h_{2}}{a}+1\right)$$ Then by iteration until $a_{guess}$ quits changing. If it doesn't converge, and you have checked your input carefully, then it might be that you need to make the first guess of $a$ closer to correct. In that event, graph $f(a)$ and see where it crosses the $x$-axis. That spot is $a.$ Guess accordingly. $$\text{new }a_{guess}=a_{guess}-\frac{f(a)}{f^{\prime}(a)}$$
  4. With $a$ in hand, we can use $\eqref{2-7}$ and $\eqref{2-8}$ to compute $x_{1}$ and $x_{2}.$
  5. Using $x_{1}$ and $x_{2},$ we can use $\eqref{2-1}$ and $\eqref{2-2}$ to obtain $s_{1}$ and $s_{2}.$

Game Plan 2: Given the length of the cable, the attachment heights, and a maximum sag amount, find the distance between two poles that will result in the desired sag.

  1. Construct a drawing and list the equations to be used. In this case, we will use all but $\eqref{2-3}.$
  2. Use identity: $\cosh^{2}(\phi)-\sinh^{2}(\phi)=1$ on the pair of equations $\eqref{2-1}$ and $\eqref{2-5}.$
    1. Algebraically isolate the $\cosh$ portion of $h_{1}=a\cosh\left(\frac{x_{1}}{a}\right)-a.$ $$\cosh\left(\frac{x_{1}}{a}\right)=\frac{h_{1}+a}{a}$$
    2. Square both sides. $$\cosh^{2}\left(\frac{x_{1}}{a}\right)=\left(\frac{h_{1}+a}{a}\right)^{2}$$
    3. Algebraically isolate the $\sinh$ portion of $a\sinh\left(\frac{x_{1}}{a}\right)=s_{1}.$ $$\sinh\left(\frac{x_{1}}{a}\right)=\frac{s_{1}}{a}$$
    4. Again square both sides. $$\sinh^{2}\left(\frac{x_{1}}{a}\right)=\left(\frac{s_{1}}{a}\right)^{2}$$
    5. Use the trig identity, substituting in the right and side for $\cosh^{2}(\phi)$ and $\sinh^{2}(\phi).$ $$\left(\frac{h_{1}+a}{a}\right)^{2}-\left(\frac{s_{1}}{a}\right)^{2}=1 \tag{2-9} \label{2-9}$$
  3. Repeat step 2 with $\eqref{2-2}$ and $\eqref{2-6}$ to get $$\left(\frac{h_{2}+a}{a}\right)^{2}-\left(\frac{s_{2}}{a}\right)^{2}=1 \tag{2-10} \label{2-10}$$
  4. Solve $\eqref{2-9}$ and $\eqref{2-10}$ for $s_{1}$ and $s_{2}.$ Use $s_{1}+s_{2}=c,$ where $c$ is total cable length. $$s_{1}=\sqrt{h_{1}^{2}+2ah_{1}}$$ $$s_{2}=\sqrt{h_{2}^{2}+2ah_{2}}$$ $$\sqrt{h_{1}^{2}+2ah_{1}}+\sqrt{h_{2}^{2}+2ah_{2}}=c$$ which has an algebraic solution for $a$ and that solution is much easier to get after substituting numerical values for $h_{1},h_{2}$ and $c,$ and only one of the solutions makes sense. $$a=\frac{c^{2}h_{1}+c^{2}h_{2}-h_{1}^{3}+h_{1}^{2}h_{2}+h_{1}h_{2}^{2}-h_{2}^{3}-2c\sqrt{c^{2}h_{1}h_{2}-h_{1}^{3}h_{2}+2h_{1}^{2}h_{2}^{2}-h_{1}h_{2}^{3}}}{2h_{1}^{2}-4h_{1}h_{2}+2h_{2}^{2}}$$
  5. With the value of $a$ in hand, we can calculate $s_{1}$ and $s_{2}$ $$s_{1}=\sqrt{h_{1}^{2}+2ah_{1}}\qquad s_{2}=\sqrt{h_{2}^{2}+2ah_{2}}$$ and using $\eqref{2-1}$ and $\eqref{2-2}$ we can get $x_{1}$ and $x_{2}.$ $$a\sinh\left(\frac{x_{1}}{a}\right)=s_{1}$$ therefore, $$x_{1}=a\sinh^{-1}\left(\frac{s_{1}}{a}\right)$$ and similarly for $x_{2}$. $$x_{2}=a\sinh^{-1}\left(\frac{s_{2}}{a}\right)$$

Solved Catenary Examples

Example 1: Wire type Grosbeak $(\omega_{0}=0.8741 \text{ lbs/ft})$ will be streched between poles set $1000 \text{ ft}$ apart. Cable will be attached at a height of $170 \text{ ft}$ on steel structures. Tension is planned for $4200 \text{ lbs.}$ Cable breaking strength is $25200$ lbs. What is the nominal expected sag and what is the safety factor. (The "safety factor" is a ratio, force applied divided by breaking strength.)
Example 2: Bluebird conductor $(\omega_{0}=2.508$ lbs/ft, rated strength $=60300$ lbs$)$ is to be run on $220$ ft tall structures. How far apart can towers be for a nominal safety factor of $0.1$ $(10$ fold$).$
Example 3: In the prior example we had Bluebird conductor, and the following data: $$\omega_{0}=2.508\,\text{lbf/ft}$$ $$a=6030\,\text{ft }$$ Despite the analysis, we are told that the spans need to be $1000$ ft apart. If we maintain the safety factor and accomodate the request with more sag, what will the sag be and what is the angle at the support.
Example 4 Hang a rope between two poles. Each support is to be $45$ units above ground on the poles. The lowest point of sag must be $10$ units above ground. If the poles are $30$ units apart, what is the rope length between supports?
Example 5 A Pelican Cable $\omega_{0}=0.517$ has rated strength of $11800$ lbf and is to be run from a hill at an attachment elevation of $965$ ft, across a small lake to a pole at an attachment elevation of $290$ ft. The lake has an elevation of $200$ ft. The line must be nominally $70$ ft above the water to permit most sailboats to pass under it. Sea level distance between the attachment points is $0.53$ miles $(3854.4$ ft$).$ What are the distances from the cable low point to the two attachment points.
Example 6 A ship has let out $250$ ft of scope and drifted back. The anchor chain is attached $45$ ft above the water which has a depth of $18$ ft. When the chain takes the form of a catenary, how far is the ship away from its anchor, as measured along the bottom of the water.